func net.newUDPConn

6 uses

	net (current package)
		file_posix.go#L64: 		return newUDPConn(fd), nil
		file_posix.go#L96: 		return newUDPConn(fd), nil
		udpsock.go#L278: func newUDPConn(fd *netFD) *UDPConn { return &UDPConn{conn{fd}} }
		udpsock_posix.go#L216: 	return newUDPConn(fd), nil
		udpsock_posix.go#L230: 	return newUDPConn(fd), nil
		udpsock_posix.go#L244: 	c := newUDPConn(fd)